home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="iso-8859-1"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
- <svg xmlns="http://www.w3.org/2000/svg">
- <g font-size="20">
- <text x="20px" y="50"> <tref xlink:href="#Hello" /> </text>
- </g>
- <defs>
- <text id="Hello"> Hello </text>
- </defs>
- <text x="100" y="400" font-size="26" fill="darkcyan">
- <tref xlink:href="#Hello" />
- </text>
- </svg>
-